home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-06-17 | 317 b | 12 lines | [TEXT/ttxt] |
- Global Dummy As Integer
-
- * GetAppCount returns the number of files dropped onto this
- * application. Reject if none dropped.
- If GetAppCount()=0
- Dummy=MsgBox("Drag a file onto the FileInfo application","End","")
- End
- Endif
- FInfoForm.OpenWindow
- Do Process_File
- FInfoForm.ShowWindow
-